home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Code / !ReadMe next >
Text File  |  2002-05-08  |  2KB  |  43 lines

  1. !ReadMe for Zap.Code directory:
  2.  
  3. !ReadMe    - This file.
  4.  
  5. ObeySpt    - Module "ObeySupport" providing:
  6.              *IfInTW     - are we in a taskwindow?
  7.              *IfRunning  - is this task running?
  8.              *IfVarSet   - is this variable set?
  9.              *IfWrite    - is this directory writable? (ignores lock flag)
  10.  
  11. IfThere       - Used on start up to help set up paths to !ZapFonts and !ZapUser.
  12.  
  13. Zap       - The main Zap executable.  If you've run !Zap previously then
  14.          running this can be used as a quick and very dirty way of
  15.          starting Zap.
  16.  
  17. ZapRunFile - Utility used when the user clicks on a file which is set to
  18.          load into Zap.  It performs the same function as the command:
  19.  
  20.          Run ZapCode:IfInTW Then Type %%*0 -TabExpand ELSE
  21.          IF "<Zap$Running>"="Yes" THEN Zap_Desktop %%*0 ELSE
  22.          Run <Zap$Dir>.!Run %%*0
  23.  
  24.          It does not use up so much space on the command line, enabling
  25.          Zap to load files deep within RISC OS directory structures
  26.          which it would otherwise be unable to reach due to the 255
  27.          character limit imposed by OSCLI.
  28.  
  29. SetZapGen  - Finds an appropriate place to put Zap's on-the-fly files.
  30.          Typically this will be ZapUser:Generated.
  31.  
  32. Config     - A directory containing ConfigScan, CreateConf and !ZapConfig.
  33.          The first two of these programs perform the configuration
  34.          checking that forms the main part of Zap's new plug and play
  35.          module installation system.
  36.  
  37. Extensions - Various command scripts which load modular extensions to Zap.
  38.  
  39. Filters    - A directory for filters for use with ZapText's FILTER* and
  40.              *PIPE* commands.
  41.  
  42. Tools      - A directory containing some tools for working with Zap.
  43.